home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_1135 / frame_17 / DoAction.as
Text File  |  2008-11-12  |  381b  |  14 lines

  1. tellTarget("_root")
  2. {
  3.    gotoAndStop("Tab3");
  4. }
  5. if(eval("/Variables:MoulinActif") == "Moulin1" or eval("/Variables:MoulinActif") == "Moulin4")
  6. {
  7.    setProperty("_root.Animatiques", _xscale, getProperty("_root.Animatiques", _xscale) - 2 * getProperty("_root.Animatiques", _xscale));
  8. }
  9. setProperty("_root.Meg", _visible, 1);
  10. tellTarget("_parent")
  11. {
  12.    gotoAndStop(1);
  13. }
  14.